func golang.org/x/sys/unix.fanotifyMark

3 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L54: 		return fanotifyMark(fd, flags, mask, dirFd, nil)
		syscall_linux.go#L60: 	return fanotifyMark(fd, flags, mask, dirFd, p)
		zsyscall_linux_amd64.go#L18: func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *byte) (err error) {